Sha256: ec950ef546c4f8b4929d18eaffe5b3a3488537b22769b48a98bbff25a7638371
Contents?: true
Size: 299 Bytes
Versions: 14
Compression:
Stored size: 299 Bytes
Contents
Decko.application.routes.draw do rel_root = Cardio.config.relative_url_root if !Rails.env.production? && Object.const_defined?(:JasmineRails) engine = Object.const_get(:JasmineRails).const_get :Engine mount engine => "#{rel_root}/specs" end mount Decko::Engine => "#{rel_root}/" end
Version data entries
14 entries across 14 versions & 1 rubygems