Sha256: 8a73646b7cb5121eef52b40a6330fbd63ed510697ec7eb84dda537dba6280c78

Contents?: true

Size: 237 Bytes

Versions: 41

Compression:

Stored size: 237 Bytes

Contents

Rails.application.routes.draw do

  match 'dryml/:action', :controller => 'dryml_support', :as => 'dryml_support'
  match 'dev/:action', :controller => 'dev', :as => 'dev_support' if Rails.application.config.hobo.developer_features

end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
hobo-2.0.1 config/routes.rb
hobo-2.0.0 config/routes.rb
hobo-2.0.0.pre10 config/routes.rb
hobo-2.0.0.pre9 config/routes.rb
hobo-2.0.0.pre8 config/routes.rb
hobo-1.3.3 config/routes.rb
hobo-2.0.0.pre7 config/routes.rb
hobo-2.0.0.pre6 config/routes.rb
hobo-2.0.0.pre5 config/routes.rb
hobo-2.0.0.pre4 config/routes.rb
hobo-1.3.2 config/routes.rb
hobo-1.3.1 config/routes.rb
hobo-2.0.0.pre3 config/routes.rb
hobo-2.0.0.pre2 config/routes.rb
hobo-2.0.0.pre1 config/routes.rb
hobo-1.4.0.pre8 config/routes.rb
hobo-1.4.0.pre7 config/routes.rb
hobo-1.4.0.pre6 config/routes.rb
hobo-1.4.0.pre5 config/routes.rb
hobo-1.4.0.pre4 config/routes.rb