Class: Decidim::Dev::DummyResourcesController

Inherits:
Components::BaseController
  • Object
show all
Includes:
TranslatableAttributes
Defined in:
app/controllers/decidim/dev/dummy_resources_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/controllers/decidim/dev/dummy_resources_controller.rb', line 9

def show
  @commentable = Dev::DummyResource.find(params[:id])
end