Method: Writefully::HooksController#member
- Defined in:
- app/controllers/writefully/hooks_controller.rb
#member ⇒ Object
24 25 26 27 28 29 |
# File 'app/controllers/writefully/hooks_controller.rb', line 24 def member = Authorship.find_by_uid(body.member.id) unless Authorship.create_from_data(body.member) end end |