Sha256: 2e1e8e98f183233920c91086cb71475b20e87a1c75054542dcd8a74d953f005b

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  
  def index
    @todos = Todo.all
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
standup-0.6.9 test/testapp/app/controllers/application_controller.rb
standup-0.6.8 test/testapp/app/controllers/application_controller.rb
standup-0.6.7 test/testapp/app/controllers/application_controller.rb
standup-0.6.6 test/testapp/app/controllers/application_controller.rb