Sha256: 7a26f88e348bdc20e9e828aaa250b827f8b43e838f00c08305f0ca27333037b9
Contents?: true
Size: 281 Bytes
Versions: 10
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
10 entries across 10 versions & 1 rubygems