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/operatingsystems_controller.rb
module Api
module V2
class OperatingsystemsController < V2::BaseController
resource_description do
name 'Operating systems'
end
......
def allowed_nested_id
%w(architecture_id medium_id ptable_id config_template_id)
end
end
end
end

Also available in: Unified diff