Sha256: 8bd7ac7cf79d0be7fec050e6a266aea359f60c630a20ae05005f829f97e161cf

Contents?: true

Size: 162 Bytes

Versions: 2

Compression:

Stored size: 162 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

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