image uploading form working

This commit is contained in:
jywarren
2015-01-07 20:21:32 -05:00
parent 6ba4dd1bc1
commit 0945d55443
9 changed files with 20 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
class ApplicationController < ActionController::Base
#include OpenIdAuthentication # shouldn't be necessary!!
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception