facebook_app 0.0.23 → 0.0.24
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.
@@ -24,7 +24,7 @@ module FacebookApp
|
|
24
24
|
# see permissions dialogue is included here since there
|
25
25
|
# are sometimes race conditions when the javascript tracking
|
26
26
|
# may only register after the app level one does
|
27
|
-
transition [:
|
27
|
+
transition [:permissions_dialogue, :installed] => :generated_infographic
|
28
28
|
end
|
29
29
|
|
30
30
|
event :sign_up_on_identified do
|
data/lib/facebook_app/version.rb
CHANGED