Class: RubyPocket::Favorite

Inherits:
Sequel::Model
  • Object
show all
Defined in:
lib/ruby_pocket/favorite.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tag_namesObject



11
12
13
# File 'lib/ruby_pocket/favorite.rb', line 11

def tag_names
  @tag_names ||= [*@tag_names]
end