Sha256: 5ca53ea768a3529aefe636f7c8e01cc84267bfa43974b48a1e9320d28525f429
Contents?: true
Size: 140 Bytes
Versions: 16
Compression:
Stored size: 140 Bytes
Contents
class ApplicationController < Sinatra::Base helpers ApplicationHelper if defined? ApplicationHelper get '/' do erb :index end end
Version data entries
16 entries across 16 versions & 1 rubygems