mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-19 07:26:10 +01:00
Add a user preference that can be used as a fallback for the sender authentication.
This commit is contained in:
parent
f40e3c0788
commit
ddcd468070
7 changed files with 21 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ class PreferencesController < ApplicationController
|
|||
:staleness_starts, :due_style, :locale, :title_date_format, :time_zone,
|
||||
:show_hidden_projects_in_sidebar, :show_project_on_todo_done,
|
||||
:review_period, :refresh, :verbose_action_descriptors,
|
||||
:mobile_todos_per_page, :sms_email, :sms_context_id, :theme)
|
||||
:mobile_todos_per_page, :sms_email, :sms_context_id, :sms_permitted_senders, :theme)
|
||||
end
|
||||
|
||||
def user_params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue