Class: RubyPocket::Cli::ListAction
- Inherits:
-
Object
- Object
- RubyPocket::Cli::ListAction
- Defined in:
- lib/ruby_pocket/cli/list_action.rb
Instance Method Summary collapse
Instance Method Details
#call(options) ⇒ Object
6 7 8 9 |
# File 'lib/ruby_pocket/cli/list_action.rb', line 6 def call() favorites = FavoriteQuery.where(.values).all render favorites end |