Source: show
# File rhino/rhino/app/controllers/rhino/base_controller.rb 19 def klass 20 @klass ||= params.delete(:rhino_resource).constantize 21 end