Method: DataFactory::BaseAPI#table_name

Defined in:
lib/data_factory/base_api.rb

#table_nameObject

Retrieves the table name this class interfaces with on the database



24
25
26
# File 'lib/data_factory/base_api.rb', line 24

def table_name
  self.class.table_name
end