Skip to content

Commit

Permalink
fixed typo. #163
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 25, 2018
1 parent a4492b5 commit 32736f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/doi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def save_metadata
def set_defaults
self.is_active = (aasm_state == "findable") ? "\x01" : "\x00"
self.version = version.present? ? version + 1 : 1
self.updated = Time.zone.now.utc.iso8601if (url_changed? || xml_changed? || content_url_changed? || minted_changed? || aasm_state_changed? || reason_changed?)
self.updated = Time.zone.now.utc.iso8601 if (url_changed? || xml_changed? || content_url_changed? || minted_changed? || aasm_state_changed? || reason_changed?)
end

def self.migrate_landing_page(options={})
Expand Down

0 comments on commit 32736f7

Please sign in to comment.