lib/facebook_rails/engine.rb in facebook_rails-0.1.2 vs lib/facebook_rails/engine.rb in facebook_rails-0.2.0
- old
+ new
@@ -57,9 +57,14 @@
initializer "facebook_rails.application_controller" do
ActionController::Base.send :include, FacebookRailsController
ActionController::Base.send :helper_method, :facebook_href
ActionController::Base.send :helper_method, :direct_href
+ ActionController::Base.send :helper_method, :microsite_href
+ ActionController::Base.send :helper_method, :smart_href
+ ActionController::Base.send :helper_method, :in_facebook_app?
+ ActionController::Base.send :helper_method, :in_microsite?
+ ActionController::Base.send :helper_method, :authenticated_by_facebook?
ActionController::Base.send :helper_method, :current_user_f8id
ActionController::Base.send :helper_method, :get_facebook_locale
end
initializer "facebook_rails.application_helper" do