Show More
Commit Description:
update models to satisfy rails 4
Commit Description:
update models to satisfy rails 4
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