Sha256: 454b9fa6dabbb5816462fbc54ee4fbf3fd5ee1efc9d69090411fa46b2cf59257
Contents?: true
Size: 517 Bytes
Versions: 13
Compression:
Stored size: 517 Bytes
Contents
# Use the app.rb file to load Ruby code, modify or extend the models, or # do whatever else you fancy when the theme is loaded. module Nesta class App # Uncomment the Rack::Static line below if your theme has assets # (i.e images or JavaScript). # # Put your assets in themes/<%= @name %>/public/<%= @name %>. # # use Rack::Static, :urls => ["/<%= @name %>"], :root => "themes/<%= @name %>/public" helpers do # Add new helpers here. end # Add new routes here. end end
Version data entries
13 entries across 13 versions & 2 rubygems