Method: Writefully::Postable#check_content_field_existence

Defined in:
lib/writefully/postable.rb

#check_content_field_existenceObject



35
36
37
38
39
# File 'lib/writefully/postable.rb', line 35

def check_content_field_existence
  unless respond_to?(:content)
    raise NoContentField, "No content field defined please define a content field" 
  end
end