diff --git a/app/models/plan.rb b/app/models/plan.rb index 37e413d..a32b171 100644 --- a/app/models/plan.rb +++ b/app/models/plan.rb @@ -908,10 +908,6 @@ -======= -=end - - private # reconnect the various parts of the hash so that: diff --git a/config/routes.rb b/config/routes.rb index d1d2a04..dfb5444 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -195,7 +195,7 @@ namespace :settings do #resource :projects, only: [:show, :update] - resource :plans, only: [:show, :update] + resources :plans, only: [:show, :update] end resources :token_permission_types, only: [:index]