Implements targets and campaigns for conference

This commit is contained in:
Chrisbr 2014-06-26 09:08:26 +02:00
parent 678fe38a25
commit 857ac43e74
40 changed files with 1086 additions and 44 deletions

View file

@ -0,0 +1,3 @@
class Ahoy::Store < Ahoy::Stores::ActiveRecordStore
# customize here
end

View file

@ -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