simple_hashtag icon indicating copy to clipboard operation
simple_hashtag copied to clipboard

Parsing method instead of attribute

Open jonhue opened this issue 9 years ago • 0 comments

Is there a way to parse the method of a model instead of an attribute like so?

class Post < ActiveRecord::Base

    include SimpleHashtag::Hashtaggable
    hashtaggable_attribute :content

    def content
        # ...
    end

end

jonhue avatar Apr 01 '17 17:04 jonhue