Method: Superstore::Model#table_name

Defined in:
lib/superstore/model.rb

#table_nameObject



7
8
9
# File 'lib/superstore/model.rb', line 7

def table_name
  @table_name ||= base_class.name.pluralize
end