summaryrefslogtreecommitdiff
path: root/lib/model.rb
blob: dc077c34911a4ac47fa4e91d3eab30ddae3aa5ca (plain)
1
2
3
4
5
module Model
  def table_name_prefix
    'ci_'
  end
end