Skip to content

Commit

Permalink
another controller name change. #287
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 27, 2015
1 parent 810ee0f commit 9df6bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v6/groups_controller.rb
@@ -1,4 +1,4 @@
class Api::V6::GroupsController < Api::V6::BaseController
class Api::V6::GroupsController < Api::BaseController

def show
group = Group.where(name: params[:id]).first
Expand Down

0 comments on commit 9df6bbd

Please sign in to comment.