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[:facebook_app_fb])
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
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: facebook_app
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella