Class: ActionMailer::Base
- Inherits:
-
Object
- Object
- ActionMailer::Base
- Defined in:
- lib/doesfacebook.rb
Class Method Summary collapse
-
.does_facebook ⇒ Object
Call this method within your controller to parse configuration and enabled session validation and parsing.
Class Method Details
.does_facebook ⇒ Object
Call this method within your controller to parse configuration and enabled session validation and parsing
66 67 68 69 70 71 72 73 74 |
# File 'lib/doesfacebook.rb', line 66 def self.does_facebook self.instance_eval do include DoesFacebook::Config helper :does_facebook protected attr_reader :fbparams end end |