Class: Stay::Seeds::Roles

Inherits:
Object
  • Object
show all
Defined in:
app/services/stay/seeds/roles.rb

Class Method Summary collapse

Class Method Details

.callObject



4
5
6
# File 'app/services/stay/seeds/roles.rb', line 4

def self.call
  Stay::Role.where(name: 'admin').first_or_create!
end