Implements targets and campaigns for conference
This commit is contained in:
parent
678fe38a25
commit
857ac43e74
40 changed files with 1086 additions and 44 deletions
3
config/initializers/ahoy.rb
Normal file
3
config/initializers/ahoy.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class Ahoy::Store < Ahoy::Stores::ActiveRecordStore
|
||||
# customize here
|
||||
end
|
||||
|
|
@ -35,6 +35,10 @@ Osem::Application.routes.draw do
|
|||
|
||||
resources :lodgings, only: [:show, :update, :index]
|
||||
|
||||
resources :targets, only: [:update, :index]
|
||||
|
||||
resources :campaigns
|
||||
|
||||
resources :eventtypes, only: [:show, :index] do
|
||||
collection do
|
||||
patch :update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue