config/routes.rb in artfully_ose-1.2.0.pre.12 vs config/routes.rb in artfully_ose-1.2.0.pre.15

- old
+ new

@@ -12,10 +12,10 @@ end scope ':organization_slug' do namespace :store do resources :events, :only => [:show, :index] - resources :memberships, :only => :index + resources :memberships, :only => [:show, :index] resources :rolling_membership_types, :controller => :membership_types resources :seasonal_membership_types, :controller => :membership_types resources :shows, :only => :show resource :checkout, :only => :create