Show More
Commit Description:
- fix hof when user is deleted...
Commit Description:
- fix hof when user is deleted - user/:id/stat only show available problem for non-admin user
File last commit:
Show/Diff file:
Action:
app/models/heart_beat.rb | 6 lines | 126 B | text/x-ruby | RubyLexer |
class HeartBeat < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :user
#attr_accessible :ip_address
end