Sha256: 261c1a5cadad1cf1e298677433f4b1c7a674971d6919175f982114fa81971b0c

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

require 'clearance'

Clearance.configure do |config|
end

class ApplicationController < ActionController::Base
  include Clearance::Authentication

  def show
    render :text => '', :layout => 'application'
  end
end

class User < ActiveRecord::Base
  include Clearance::User
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clearance-1.0.0.rc2 features/support/clearance.rb
clearance-1.0.0.rc1 features/support/clearance.rb