Sha256: 0525d8449b64f681bf7d0ad2475a67c451e7cd577eb4d3bdc75f78b3842e2f39

Contents?: true

Size: 129 Bytes

Versions: 1

Compression:

Stored size: 129 Bytes

Contents

module FieldTest
  class ParticipantsController < BaseController
    def show
      @participant = params[:id]
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
field_test-0.2.0 app/controllers/field_test/participants_controller.rb