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

Version Path
nesta-0.18.0 templates/themes/app.rb
nesta-0.17.0 templates/themes/app.rb
nesta-0.16.0 templates/themes/app.rb
nesta-0.15.0 templates/themes/app.rb
nesta-0.14.0 templates/themes/app.rb
nesta-0.13.0 templates/themes/app.rb
nesta-0.12.0 templates/themes/app.rb
nesta-0.11.1 templates/themes/app.rb
nesta-0.11.0 templates/themes/app.rb
nesta-0.10.0 templates/themes/app.rb