Sha256: 86b8203d4274104d9977be5c96b6869176ce7c6764c01110cc4f67b859318b7c

Contents?: true

Size: 292 Bytes

Versions: 16

Compression:

Stored size: 292 Bytes

Contents

Rails.application.routes.draw do
  mount SocialNetworking::Engine => "/social_networking"
  namespace :social_networking do
    get "/goal_tool", to: "goals#tool", as: :social_networking_goals
  end

  mount JasmineRails::Engine => "/specs" if defined?(JasmineRails)

  root 'homes#show'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
social_networking-0.13.3 spec/dummy/config/routes.rb
social_networking-0.13.2 spec/dummy/config/routes.rb
social_networking-0.13.1 spec/dummy/config/routes.rb
social_networking-0.13.0 spec/dummy/config/routes.rb
social_networking-0.12.0 spec/dummy/config/routes.rb
social_networking-0.11.8 spec/dummy/config/routes.rb
social_networking-0.11.7 spec/dummy/config/routes.rb
social_networking-0.11.6 spec/dummy/config/routes.rb
social_networking-0.11.5 spec/dummy/config/routes.rb
social_networking-0.11.4 spec/dummy/config/routes.rb
social_networking-0.11.3 spec/dummy/config/routes.rb
social_networking-0.11.2 spec/dummy/config/routes.rb
social_networking-0.11.1 spec/dummy/config/routes.rb
social_networking-0.11.0 spec/dummy/config/routes.rb
social_networking-0.10.0 spec/dummy/config/routes.rb
social_networking-0.9.3 spec/dummy/config/routes.rb