Sha256: 6cd3dcac599751ad20097fa83af2db44b8760017e3cd42b9309bae87880c1534

Contents?: true

Size: 149 Bytes

Versions: 6

Compression:

Stored size: 149 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception

  def index
    render plain: "Hello world!"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pinfirmable-0.1.5 spec/dummy/app/controllers/application_controller.rb
pinfirmable-0.1.4 spec/dummy/app/controllers/application_controller.rb
pinfirmable-0.1.3 spec/dummy/app/controllers/application_controller.rb
pinfirmable-0.1.2 spec/dummy/app/controllers/application_controller.rb
pinfirmable-0.1.1 spec/dummy/app/controllers/application_controller.rb
pinfirmable-0.1.0 spec/dummy/app/controllers/application_controller.rb