Extract message system to plugin.
This commit is contained in:
parent
fe0b17cdb0
commit
7556c753d0
45 changed files with 298 additions and 45 deletions
5
lib/foodsoft_messages/config/routes.rb
Normal file
5
lib/foodsoft_messages/config/routes.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Rails.application.routes.draw do
|
||||
scope '/:foodcoop' do
|
||||
resources :messages, :only => [:index, :show, :new, :create]
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue