Skip to content

Commit

Permalink
Merge pull request #472 from webstream-io/viks-Fixes-No-admin-created
Browse files Browse the repository at this point in the history
This Fixes the logging in issue after installation.
  • Loading branch information
nasa42 committed Jan 13, 2014
2 parents aef532b + 054eebe commit b523e3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions db/seeds_minimal.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Only the essential records required to run the application

require "#{Rails.root}/test/blueprints"

def create_company
Rails.logger.info "Creating company"
company = Company.make(:subdomain=>'jobsworth')
company = Company.create!(:subdomain=>'jobsworth', :name => "Default Company")
end

def create_admin
Expand Down

0 comments on commit b523e3c

Please sign in to comment.