Skip to content

Commit

Permalink
removed timestamp to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Aug 27, 2014
1 parent 3f90cd7 commit 55c713c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sf/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def timestamp
end

def ready_to_publish?
required_attrs = %w(title__c timestamp__c start_time__c date__c end_time__c)
required_attrs = %w(title__c start_time__c date__c end_time__c)
ready = true
required_attrs.each do |attr|
if self.send(attr).blank?
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.7"
VERSION = "0.1.8"
end

0 comments on commit 55c713c

Please sign in to comment.