Sha256: 94f81459ae47529ae0a5d8bae3be3bd60886a8bdd120cdb98a148c9707452e10

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

class MutantsController < ApplicationController
  include MicroSessionable

  # GET /mutants
  def index
  end

  # GET /mutants/:id
  def show
    @mutant = micro_session[params[:id]]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
micro_sessions-0.4.0 spec/dummy/app/controllers/mutants_controller.rb