Class: Brick::SeedsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/brick/seeds_generator.rb

Instance Method Summary collapse

Instance Method Details

#brick_seedsObject



11
12
13
14
15
# File 'lib/generators/brick/seeds_generator.rb', line 11

def brick_seeds
  # %%% If Apartment is active and there's no schema_to_analyse, ask which schema they want

  ::Brick::SeedsBuilder.generate_seeds
end