Method: PublishMyData::ExampleResourcesController#index

Defined in:
app/controllers/publish_my_data/example_resources_controller.rb

#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