b0deafc53e
* all the good changes * follows * dont send duplicates * remove follow_type for now * dont add all the extra stuff we're not implementing yet * refactor * lots of fixes * Delete activity.html.erb * Delete activity.text.erb * Update 20170209215819_create_follows.rb * Update schema.rb * Update mapping.rb * Update mailboxer.rb
13 lines
No EOL
259 B
Ruby
13 lines
No EOL
259 B
Ruby
module MapMailerHelper
|
|
def access_approved_subject(map)
|
|
map.name + ' - access approved'
|
|
end
|
|
|
|
def access_request_subject(map)
|
|
map.name + ' - request to edit'
|
|
end
|
|
|
|
def invite_to_edit_subject(map)
|
|
map.name + ' - invited to edit'
|
|
end
|
|
end |