Skip to content

Commit

Permalink
Rubocop clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Sep 4, 2019
1 parent ad5b7ef commit 5e5d499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.87
0.5.88
2 changes: 1 addition & 1 deletion app/controllers/projects_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def create
change_set.sync
@project = metadata_adapter.persister.save(resource: change_set.resource)
end

# After successfull creation of project, create system collections
# and associate with the resource
user_registry.project_id = @project.id
Expand Down

0 comments on commit 5e5d499

Please sign in to comment.