Merge remote-tracking branch 'thomasb/master'

Conflicts:
	app/assets/stylesheets/formtastic-changes.css.scss
	app/controllers/beispiele_controller.rb
	app/views/lvas/show.html.erb
	app/views/studien/_form.html.erb
	config/locales/de.yml
	config/routes.rb
	db/schema.rb
This commit is contained in:
Andreas Stephanides
2013-08-12 11:11:59 +02:00
44 changed files with 791 additions and 245 deletions

View File

@@ -2,5 +2,9 @@
FactoryGirl.define do
factory :modul do
name ""
factory :other_modul do
name "Modul 1"
end
end
end