Method: Facebooker::Rails::Publisher::FacebookTemplate#template_changed?

Defined in:
lib/facebooker/rails/publisher.rb

#template_changed?(hash) ⇒ Boolean

Returns:

  • (Boolean)


116
117
118
119
120
121
122
# File 'lib/facebooker/rails/publisher.rb', line 116

def template_changed?(hash)
  if respond_to?(:content_hash)
    content_hash != hash 
  else
    false
  end
end