Module: Bushido::Orm::ActiveRecord::Schema
- Includes:
- Schema
- Defined in:
- lib/bushido/orm/active_record.rb
Instance Method Summary collapse
-
#apply_bushido_schema(name, type, options = {}) ⇒ Object
Tell how to apply schema methods.
Methods included from Schema
#apply_devise_schema, #recoverable, #rememberable, #trackable
Instance Method Details
#apply_bushido_schema(name, type, options = {}) ⇒ Object
Tell how to apply schema methods.
28 29 30 |
# File 'lib/bushido/orm/active_record.rb', line 28 def apply_bushido_schema(name, type, ={}) column name, type.to_s.downcase.to_sym, end |