Fixed typo in app

This commit is contained in:
Hiroshi SHIBATA 2020-10-28 09:10:03 +09:00
parent 6e6a6dcd39
commit ab92975803
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 5 additions and 5 deletions

View file

@ -69,7 +69,7 @@ module ApplicationHelper
Comment.accessible_by(current_ability).find_since_last_login(user)
end
# Recieves a PaperTrail::Version object
# Receives a PaperTrail::Version object
# Outputs the list of attributes that were changed in the version (ignoring changes from one blank value to another)
# Eg: If version.changeset = '{"title"=>[nil, "Premium"], "description"=>[nil, "Premium = Super cool"], "conference_id"=>[nil, 3]}'
# Output will be 'title, description and conference'