datetimepicker

This commit is contained in:
2014-06-21 14:52:45 +05:30
parent 2df0d89b61
commit 6fdee8a7d6
4 changed files with 36 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ class Calentry < ActiveRecord::Base
self.public = (self.try(:object).nil?)? (self.calendar.try(:public?)) : object.try(:public?)
true
end
def s_time=(s_time)
start
end
def start_time
start
end