Removed "authlogic" completely. Let's try "devise".
This commit is contained in:
parent
4b4cbf4b88
commit
e6a0f15340
26 changed files with 10 additions and 260 deletions
5
db/migrate/20150715145131_drop_user_sessions_table.rb
Normal file
5
db/migrate/20150715145131_drop_user_sessions_table.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class DropUserSessionsTable < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :user_sessions
|
||||
end
|
||||
end
|
||||
5
db/migrate/20150715145208_drop_users_table.rb
Normal file
5
db/migrate/20150715145208_drop_users_table.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class DropUsersTable < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :users
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue