github
0 of 18 new or added lines in 4 files covered. (0.0%)
3922 existing lines in 105 files now uncovered.0 of 4086 relevant lines covered (0.0%)
0.0 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
UNCOV
3
|
module Airtime |
× |
4 |
# https://github.com/sourcefabric/airtime/blob/2.5.x/airtime_mvc/build/schema.xml
|
|
UNCOV
5
|
class Base < ApplicationRecord |
× |
6 |
|
|
UNCOV
7
|
self.abstract_class = true |
× |
UNCOV
8
|
self.table_name_prefix = 'cc_' |
× |
9 |
|
|
UNCOV
10
|
establish_connection(:airtime)
|
× |
11 |
|
|
UNCOV
12
|
end
|
× |
UNCOV
13
|
end
|
× |