namespace :goal do
      get '/:id' => 'goal#view'
      get '/' => 'goal#view'
      put '/:id' => 'goal#update'
      put '/' => 'goal#update'