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