Skip to content

Commit

Permalink
Add has many roles relationship to users (#9)
Browse files Browse the repository at this point in the history
* Add has many roles relationship to users

* bump version to 0.4.3
  • Loading branch information
lawyu89 committed Jan 9, 2018
1 parent d41f847 commit 0481932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/frederick_api/v2/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module FrederickAPI
module V2
# /v2/users
class User < Resource
has_many :roles
end
end
end
2 changes: 1 addition & 1 deletion lib/frederick_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module FrederickAPI
# Current gem version
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit 0481932

Please sign in to comment.