facebook_app 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,7 @@ module FacebookApp
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
def create_fb_credentials
|
|
34
|
-
@fb = FacebookApp::FacebookCredentials.new(params[:
|
|
34
|
+
@fb = FacebookApp::FacebookCredentials.new(params[:facebook_app_facebook_credentials])
|
|
35
35
|
if @fb.save
|
|
36
36
|
redirect_to facebook_app.admin_path, :notice => "Successful updated facebok credentials"
|
|
37
37
|
else
|
data/lib/facebook_app/version.rb
CHANGED