diff --git a/app/controllers/skaters_controller.rb b/app/controllers/skaters_controller.rb index 75d2280..99a0a47 100644 --- a/app/controllers/skaters_controller.rb +++ b/app/controllers/skaters_controller.rb @@ -9,8 +9,8 @@ def create private def skater_params - params.require(:skater).permit(:fname, :lname, :dob, :city, :state, :country + params.require(:skater).permit(:fname, :lname, :dob, :city, :state, :country, :stance, :status, :height, :weight) end - + end