class TaggableModel

Attributes

tag_list_submethod_called[R]

Public Instance Methods

tag_list=(v) click to toggle source
# File spec/models.rb, line 9
def tag_list=v
  @tag_list_submethod_called = true
  super
end