You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, this hasn't been tested yet.
If you're using simple_form, then you can use the form-input that comes bundled with Schedulable. Simply run the generator:
rails g schedulable:simple_form
You could also inspect the form-input's code and roll your own helpers. If you do so, you're welcome to contribute.
Before writing Schedulable, i checked out recurring_select and decided that it didn't fit my needs at that time. I assume that both modules do not share the same approach or data-model, but i'm not sure about this.
Can we use recurring_select form helpers with shcedulable
The text was updated successfully, but these errors were encountered: