module Avram::TableFor

Direct including types

Defined in:

avram/table_for.cr

Macro Summary

Macro Detail

macro table_for(model) #

Returns a Symbol representing the table name of the model passed in. e.g. User => :users


[View source]