Class: ActivePress::Comment

Inherits:
Base
  • Object
show all
Defined in:
lib/active_press/models/comment.rb

Instance Method Summary collapse

Instance Method Details

#metaObject



9
10
11
12
13
14
# File 'lib/active_press/models/comment.rb', line 9

def meta
  commentmetas.inject({}) do |hash, commentmeta|
    hash[commentmeta.meta_key.to_sym] = commentmeta.meta_value
    hash
  end
end