Class: Marley::Joints::Tags::Resources::PrivateTag

Inherits:
Tag
  • Object
show all
Defined in:
lib/marley/joints/tags.rb

Class Method Summary collapse

Methods inherited from Tag

#actions, #before_save, #validate

Class Method Details

.list_dataset(params = {}) ⇒ Object



76
77
78
# File 'lib/marley/joints/tags.rb', line 76

def self.list_dataset(params={})
  current_user_ds.order(:tag)
end