Previously it was possible to create a note while authorized but having no write_notes scope. Currently it's not possible.
##
# Get author's information (for logged in users - user_id, for logged out users - IP address)
def author_info
##
# Get author's information (for logged in users - user_id, for logged out users - IP address)
def author_info
- if scope_enabled?(:write_notes)
{ :user_id => current_user.id }
else
{ :user_ip => request.remote_ip }
{ :user_id => current_user.id }
else
{ :user_ip => request.remote_ip }