fixing bug

This commit is contained in:
Jared Cosulich 2018-07-21 12:12:29 -04:00
parent 5cecfc8374
commit d92d87b643
2 changed files with 0 additions and 8 deletions

View file

@ -84,6 +84,5 @@ class CategoriesController < ApplicationController
# Never trust parameters from the scary internet, only allow the white list through.
def category_params
params.require(:category).permit(:name, :blurb, :description, :external_id, :parent_category_id)
raise params.inspect
end
end

View file

@ -9,13 +9,6 @@
# rake data:load_responses
# sudo heroku run:detached rake data:load_responses -a mciea-beta --size performance-l
Access Key ID:
AKIAIU4VEKWV23W2WKSQ
Secret Access Key:
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
sudo heroku pg:backups:restore 'https://s3.amazonaws.com/irrationaldesign/latest.dump' DATABASE_URL -a mciea-beta
# Add:
#
# Category: unique_external_id (string)