Class | DeviseCreate |
In: |
lib/generators/active_record/templates/migration.rb
|
Parent: | %= table_name.camelize %> < ActiveRecord::Migration <% if ::Rails::VERSION::MAJOR == 3 && ::Rails::VERSION::MINOR >= 1 -%> def change <% else -%> |