def primary_name
        #
      
      
      module Granite::Tables::ClassMethods
Defined in:
granite/table.crInstance Method Summary
- #adapter : Granite::Adapter::Base
- #primary_name
- #primary_type
- #quote(column_name) : String
- #quoted_table_name : String
- 
        #table_name : String
        
          Returns the name of the table for selfdefaults to the model's name underscored + 's'.
Instance Method Detail
        
        def table_name : String
        #
      
      
        Returns the name of the table for self
defaults to the model's name underscored + 's'.