Method: ForestLiana::ApplicationController#get_smart_action_context
- Defined in:
- app/controllers/forest_liana/application_controller.rb
#get_smart_action_context ⇒ Object
91 92 93 94 95 96 97 98 |
# File 'app/controllers/forest_liana/application_controller.rb', line 91 def get_smart_action_context begin params[:data][:attributes].values[0].to_hash.symbolize_keys rescue => error FOREST_LOGGER.error "Smart Action context retrieval error: #{error}" {} end end |