Module: Commenter::Commentable::InstanceMethods

Defined in:
lib/commenter/commentable.rb

Instance Method Summary collapse

Instance Method Details

#commentable(params = {}) ⇒ Object



6
7
8
9
# File 'lib/commenter/commentable.rb', line 6

def commentable(params={})
  resource = params[:resource]
  
end