Sha256: c503becd477e52c3347e31dd17336e2776c59fb5e9e66648f34c5a5b8767c0a6

Contents?: true

Size: 156 Bytes

Versions: 7

Compression:

Stored size: 156 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
clearance-1.2.0 lib/clearance/testing/app/controllers/application_controller.rb
clearance-1.1.0 lib/clearance/testing/app/controllers/application_controller.rb
clearance-1.0.1 lib/clearance/testing/app/controllers/application_controller.rb
clearance-1.0.0 lib/clearance/testing/app/controllers/application_controller.rb
clearance-1.0.0.rc8 lib/clearance/testing/app/controllers/application_controller.rb
clearance-1.0.0.rc7 lib/clearance/testing/app/controllers/application_controller.rb
clearance-1.0.0.rc6 lib/clearance/testing/app/controllers/application_controller.rb