Skip to content

Commit

Permalink
Seeld - no need for a default category (handled in model).
Browse files Browse the repository at this point in the history
  • Loading branch information
etdsoft committed Oct 22, 2014
1 parent def0937 commit 032cd82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
# Major.create(:name => 'Daley', :city => cities.first)


Dradis::Core::Category.create(name:'default category')

Dradis::Core::Configuration.create(name:'password', value: 'improvable_dradis')


# The code below checks whether the config/first_login.txt file exists. If it
# doesn't then it will pre-populate the database with some default Nodes and
# Notes.
Expand Down

0 comments on commit 032cd82

Please sign in to comment.