Method: Naf::LoggerStylesController#show

Defined in:
app/controllers/naf/logger_styles_controller.rb

#showObject



11
12
13
# File 'app/controllers/naf/logger_styles_controller.rb', line 11

def show
  @logger_style = Naf::LoggerStyle.find(params[:id])
end