Project

General

Profile

« Previous | Next » 

Revision abd8f1d1

Added by Daniel Lobato Garcia over 9 years ago

Refs #3809 - Remove cops for empty lines

View differences:

app/controllers/api/v2/usergroups_controller.rb
module Api
module V2
class UsergroupsController < V2::BaseController
before_filter :find_optional_nested_object
before_filter :find_resource, :only => %w{show update destroy}
......
def allowed_nested_id
%w(user_id usergroup_id)
end
end
end
end

Also available in: Unified diff