Sha256: 68e414979b5a4dcb41b81c932b456f54cf680faaad3fd93924d22fea868e0b10

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

class ApplicationController < ActionController::Base
  def index
    render plain: "OK"
  end

  def show
    render plain: "FOUND"
  end

  def current_ability
    @current_ability ||= Ability.new
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fume-cancan-0.1.0 spec/internal/app/controllers/application_controller.rb