Sha256: 503d91925e307b5a368c65229831e9aab8f1f980f82b4e055977a1af16634963
Contents?: true
Size: 511 Bytes
Versions: 10
Compression:
Stored size: 511 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
10 entries across 10 versions & 1 rubygems