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/v1/autosign_controller.rb
module Api
module V1
class AutosignController < V1::BaseController
before_filter :find_required_nested_object, :setup_proxy
api :GET, "/smart_proxies/smart_proxy_id/autosign", "List all autosign"
......
def allowed_nested_id
%w(smart_proxy_id)
end
end
end
end

Also available in: Unified diff