Merge branch 'master' of https://github.com/andreassteph/fetsite into calendar

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:
Thomas Blazek
2013-08-12 13:44:47 +02:00
11 changed files with 42 additions and 44 deletions

View File

@@ -11,6 +11,9 @@ class Calentry < ActiveRecord::Base
def start_time
start
end
def start1
start.to_date
end
def name
summary
end