Sha256: 7437101511db6f4dcad0c4abe564e6ae02f5f172b64864d144fe10a29f0cd1cd

Contents?: true

Size: 128 Bytes

Versions: 3

Compression:

Stored size: 128 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def index
    render :text => "Hello."
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
paper_trail_manager-0.1.2 spec/dummy/app/controllers/application_controller.rb
paper_trail_manager-0.1.1 spec/dummy/app/controllers/application_controller.rb
paper_trail_manager-0.1.0 spec/dummy/app/controllers/application_controller.rb