Show More
Commit Description:
fix logins user_id from string to integer
Commit Description:
fix logins user_id from string to integer
References:
File last commit:
Show/Diff file:
Action:
app/models/login.rb | 3 lines | 92 B | text/x-ruby | RubyLexer |
class Login < ActiveRecord::Base
attr_accessible :ip_address, :logged_in_at, :user_id
end