Sha256: 296da1f1d8eeb57b27e7d8e397259a62a257c349990a6757b7e1ce5a287de2c7

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

class CurationConcern::MockCurationConcernsController < CurationConcern::BaseController
  def curation_concern
    @curation_concern ||= MockCurationConcern.find(params[:id])
  end

  def show
    render text: "<html><body>#{curation_concern.to_s}</body></html>"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curate-0.1.1 spec/dummy/app/controllers/curation_concern/mock_curation_concerns_controller.rb