Skip to content

Commit

Permalink
Merge pull request #13910 from juliancheal/aliging_of_rockets
Browse files Browse the repository at this point in the history
And lo it was said the hashrockets will align
  • Loading branch information
bdunne authored Feb 14, 2017
2 parents c598637 + 4a20ced commit bdb2456
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

unless defined?(API_ACTIONS)
API_ACTIONS = {
:get => "show",
:post => "update",
:put => "update",
:patch => "update",
:delete => "destroy",
:get => "show",
:post => "update",
:put => "update",
:patch => "update",
:delete => "destroy",
:options => "options"
}.freeze
end
Expand Down

0 comments on commit bdb2456

Please sign in to comment.