Sha256: 7cd50a768601e5e8efa2d70a1be41b0058f77deddd5aa1c5cf67e240cb19d65c
Contents?: true
Size: 317 Bytes
Versions: 52
Compression:
Stored size: 317 Bytes
Contents
# -*- encoding : utf-8 -*- Wagn.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
52 entries across 52 versions & 1 rubygems