Class: Nquery::Embed::ChartsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Nquery::Embed::ChartsController
- Defined in:
- app/controllers/nquery/embed/charts_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
9 10 11 12 13 14 15 |
# File 'app/controllers/nquery/embed/charts_controller.rb', line 9 def show payload = EmbedTokenService.verify(params[:token]) @chart = Chart.find(payload[:resource_id]) @result = demo_result rescue EmbedTokenService::Error render plain: "Invalid or expired embed token", status: :forbidden end |