def create
    authorize! :update, @page
    @note = @page.build_note(params)
    @note.updated_by = current_user
    calculate_position(@note)