Sha256: 5ad750241961f10c45ac920610a59350a76b9fab6e586e33e3c77fb92a8f1c49
Contents?: true
Size: 372 Bytes
Versions: 14
Compression:
Stored size: 372 Bytes
Contents
# -*- encoding : utf-8 -*- Decko.application.routes.draw do rel_root = Cardio.config.relative_url_root <% if @include_jasmine_engine %> if !Rails.env.production? && Object.const_defined?( :JasmineRails ) engine = Object.const_get(:JasmineRails).const_get :Engine mount engine => "#{rel_root}/specs" end <% end %> mount Decko::Engine => "#{rel_root}/" end
Version data entries
14 entries across 14 versions & 1 rubygems