Show More
Commit Description:
merge update to rail 4.2
Commit Description:
merge update to rail 4.2
References:
File last commit:
Show/Diff file:
Action:
app/models/login.rb | 4 lines | 57 B | text/x-ruby | RubyLexer |
add login stat
r410 class Login < ActiveRecord::Base
associate logins with users
r505 belongs_to :user
add login stat
r410 end