Displaying 3 results from an estimated 3 matches for "remember_created_at".
2012 Sep 02
1
to_model
...hat returns the same
thing?
@user
=> #<User id: 3, name: "dscdsf", email: "fgd-kX2TDLzHGmnQT0dZR+AlfA@public.gmane.org",
encrypted_password: "", phone: "9544443456", address: "fvfdvf",
reset_password_token: nil, reset_password_sent_at: nil,
remember_created_at: nil, sign_in_count: 1, current_sign_in_at:
"2011-09-27 17:01:45", last_sign_in_at: "2011-09-27 17:01:45",
current_sign_in_ip: "127.0.0.1", last_sign_in_ip: "127.0.0.1",
created_at: "2011-09-12 16:55:30", updated_at: "2011-09-27 17:01:45",...
2011 Jun 11
1
Having a problem adding a foreign key
...ed_password", :limit => 128, :default =>
"", :null => false
t.string "password_salt", :default =>
"", :null => false
t.string "reset_password_token"
t.string "remember_token"
t.datetime "remember_created_at"
t.integer "sign_in_count", :default => 0
t.datetime "current_sign_in_at"
t.datetime "last_sign_in_at"
t.string "current_sign_in_ip"
t.string "last_sign_in_ip"
t.datetime "created_at"
t.date...
2012 May 21
1
Active Admin help
I have installed active admin and also add my model -controller
rate_professor there.......I can add/delete/edit data using active admin
...but if I click on submit button of my form in rate_professor controller
... I can see whatever I added in the index page ........but I don''t want
to see that one.....I want to find the information(whatever I added by
clicking submit button) on