Sha256: 5dfff9d07a2fcc97c76f8cfe09cb977f9e1ff16ae41124171b3636508eede714
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
# -*- encoding : utf-8 -*- Decko.application.routes.draw do <% if @include_jasmine_engine %> if !Rails.env.production? && Object.const_defined?( :JasmineRails ) mount Object.const_get(:JasmineRails).const_get(:Engine) => "<%= deck_path %>/specs" end <% end %> mount Decko::Engine => '<%= deck_path %>/' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decko-0.2 | lib/decko/generators/decko/templates/config/routes.erb |
decko-0.1 | lib/decko/generators/decko/templates/config/routes.erb |