diff options
Diffstat (limited to 'lib/ci/model.rb')
-rw-r--r-- | lib/ci/model.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/ci/model.rb b/lib/ci/model.rb deleted file mode 100644 index c42a0ad36db..00000000000 --- a/lib/ci/model.rb +++ /dev/null @@ -1,11 +0,0 @@ -module Ci - module Model - def table_name_prefix - "ci_" - end - - def model_name - @model_name ||= ActiveModel::Name.new(self, nil, self.name.split("::").last) - end - end -end |