Docs because I forgot what StatusMessagesController#new is
This commit is contained in:
parent
b3556870d3
commit
4fef3b7172
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ class StatusMessagesController < ApplicationController
|
|||
|
||||
helper_method :object_aspect_ids
|
||||
|
||||
# Called when a user clicks "Mention" on a profile page
|
||||
# @option [Integer] person_id The id of the person to be mentioned
|
||||
def new
|
||||
@person = Person.find(params[:person_id])
|
||||
@aspect = :profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue