Class: Workarea::SystemContentSeeds

Inherits:
Object
  • Object
show all
Defined in:
app/seeds/workarea/system_content_seeds.rb

Instance Method Summary collapse

Instance Method Details

#performObject



3
4
5
6
7
8
9
10
11
# File 'app/seeds/workarea/system_content_seeds.rb', line 3

def perform
  puts 'Adding system content...'
  add_home_page
  add_layout_content
  add_checkout
  add_search
  add_contact_us
  add_offline
end