Skip to content

Commit

Permalink
making routes compatible with rails-4
Browse files Browse the repository at this point in the history
  • Loading branch information
agmps17 committed Jun 26, 2014
1 parent 8a1e0e8 commit 921f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# root of the plugin
root :to => 'disks_info#index'
# examples of controllers built in this generator. delete at will
match 'mounts' => 'disks_info#mounts'
match 'mounts' => 'disks_info#mounts',:via=>:get
end

0 comments on commit 921f551

Please sign in to comment.