Class: BlgrLib::RestaurantScope

Inherits:
Object
  • Object
show all
Defined in:
lib/blgr_lib/restaurant_scope.rb

Overview

Manager selected restaurants data to be used on blogger dashboard

Instance Method Summary collapse

Instance Method Details

#idsObject



8
9
10
# File 'lib/blgr_lib/restaurant_scope.rb', line 8

def ids
  all.pluck(:id)
end