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



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

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