Class: PublishMyData::ExampleResourcesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/publish_my_data/example_resources_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
7
8
9
# File 'app/controllers/publish_my_data/example_resources_controller.rb', line 3

def index
  @dataset = Dataset.find_by_slug(params[:id])

  respond_to do |format|
    format.js {}
  end
end