Included Modules

Files

Class/Module Index [+]

Quicksearch

Devise::Orm::ActiveRecord::Schema

Public Instance Methods

apply_devise_schema(name, type, options={}) click to toggle source

Tell how to apply schema methods.

# File lib/devise/orm/active_record.rb, line 28
def apply_devise_schema(name, type, options={})
  column name, type.to_s.downcase.to_sym, options
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.