Method: Facebooker::User#profile_action=
- Defined in:
- lib/facebooker/models/user.rb
#profile_action=(markup) ⇒ Object
400 401 402 |
# File 'lib/facebooker/models/user.rb', line 400 def profile_action=(markup) set_profile_fbml(nil, nil, markup,nil) end |