Skip to content

Commit

Permalink
fix offences
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakiuc committed Jul 2, 2017
1 parent 8952063 commit d68e397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/tinybucket/api/helper/projects_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def path_to_find(owner, project_key)

def base_path(owner)
build_path('/teams',
[owner, 'owner'],
'projects')
[owner, 'owner'],
'projects')
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/tinybucket/model/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Tinybucket
module Model
module Project < Base
class Project < Base
acceptable_attributes \
:description, :links, :uuid, :created_on,
:key, :updated_on, :is_private, :name
Expand Down

0 comments on commit d68e397

Please sign in to comment.