Skip to content
Snippets Groups Projects
education.rb 137 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
module Education
Arnaud Levy's avatar
Arnaud Levy committed
  extend ActiveModel::Naming
  extend ActiveModel::Translation

  def self.table_name_prefix
Arnaud Levy's avatar
Arnaud Levy committed
    'education_'
Arnaud Levy's avatar
Arnaud Levy committed
  end
end