This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
devise
Watch
1
Star
1
Fork
0
You've already forked devise
mirror of
https://github.com/heartcombo/devise.git
synced
2026-04-28 03:00:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9629da863dfaed359d26f79faa923a3544681861
devise
/
lib
/
generators
/
active_record
/
templates
History
Sean Hill
9629da863d
Added a template to create a migration when the model already exists. Changed the generator code to check if model exists, and if it does, call the new template instead of the standard template.
2011-08-25 07:05:19 -05:00
..
migration_existing.rb
Added a template to create a migration when the model already exists. Changed the generator code to check if model exists, and if it does, call the new template instead of the standard template.
2011-08-25 07:05:19 -05:00
migration.rb
Generate add_index for :authentication_token (used by :token_authenticatable).
2011-01-15 06:42:30 +08:00