diff --git a/db/seeds.rb b/db/seeds.rb index 2598235d5..294072b61 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -619,7 +619,7 @@ Setting.create_if_not_exists( ], }, :state => { - :value => 'right', + :value => 'left', }, :frontend => false ) @@ -1939,4 +1939,4 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Next...", :target #Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "", :updated_by_id => 1, :created_by_id => 1 ) # install all packages in auto_install -Package.auto_install() \ No newline at end of file +Package.auto_install()