Sha256: 5385d93e532a8ff664912baf3a84a8bc36288b558698e43e26b4da803ff3caa5
Contents?: true
Size: 312 Bytes
Versions: 29
Compression:
Stored size: 312 Bytes
Contents
# -*- encoding : utf-8 -*- Decko.application.routes.draw do <% if !shark? %> 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 => "/" end
Version data entries
29 entries across 29 versions & 2 rubygems