Sha256: 7f441681d4f92e1c2acdcb03a16091676df81f027974b719195db14cb85cef47
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
# Adds routes for the three controller methods to the parent project Rails.application.routes.draw do namespace :email_manager do resources :managed_emails, :only => [:index, :show] do member do get :body end end root :to => "managed_emails#index", :as => :root end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
email_manager-1.0.0 | config/routes.rb |
email_manager-0.0.6 | config/routes.rb |