Skip to content

Commit

Permalink
Update class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Feb 24, 2017
1 parent 8576747 commit a6d3ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/room_action.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Class for association rooms nad actions
# Room actions are actions that specific room uses
class RoomAction < ApplicationRecord
belongs_to :room
belongs_to :action
Expand Down
3 changes: 2 additions & 1 deletion app/models/user_action.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Class for association users nad actions
# User actions are actions that contain count of how many times user has done
# some action
class UserAction < ApplicationRecord
belongs_to :user
belongs_to :action
Expand Down

0 comments on commit a6d3ca9

Please sign in to comment.