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

Version Path
nesta-0.9.13 templates/themes/app.rb
nesta-0.9.11 templates/themes/app.rb
nesta-0.9.10 templates/themes/app.rb
nesta-0.9.9 templates/themes/app.rb
nesta-0.9.8 templates/themes/app.rb
nesta-0.9.7 templates/themes/app.rb
nesta-0.9.5 templates/themes/app.rb
mars-nesta-0.9.6 templates/themes/app.rb
mars-nesta-0.9.5 templates/themes/app.rb
mars-nesta-0.9.4 templates/themes/app.rb
nesta-0.9.4 templates/themes/app.rb
nesta-0.9.3 templates/themes/app.rb
nesta-0.9.2 templates/themes/app.rb