module Avram::TableFor
Direct including types
Defined in:
avram/table_for.crMacro Summary
-
table_for(model)
Returns a
Symbol
representing the table name of themodel
passed in.
Macro Detail
macro table_for(model)
#
Returns a Symbol
representing the table name
of the model
passed in.
e.g. User
=> :users