mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Preference to set default_period (#1941)
This commit is contained in:
@@ -2,7 +2,7 @@ module AccountableResource
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
include ScrollFocusable
|
||||
include ScrollFocusable, Periodable
|
||||
|
||||
before_action :set_account, only: [ :show, :edit, :update, :destroy ]
|
||||
before_action :set_link_token, only: :new
|
||||
|
||||
Reference in New Issue
Block a user