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