Skip to content

Instantly share code, notes, and snippets.

{
"ANALYTICS_API_KEY": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"CELERY_BROKER_PASSWORD": "celery",
"CELERY_BROKER_USER": "celery",
"CONTENTSTORE": {
"DOC_STORE_CONFIG": {
"collection": "modulestore",
"db": "edxapp",
@tummykung
tummykung / admins_controller.rb
Last active December 21, 2015 16:18
I have a problem posting values filled in the form to pass model validation. The password is not getting passed (validation presence fails). I use the Single Table Inheritance pattern, and I am confused why this problem occurs. Any help is appreciated.
class AdminsController < UsersController
end