Sergey Arkhipov
Sergey Arkhipov
@jeremyevans Yes, I understand your position very well. It's not about how to pass the name in the form, I can make any custom name. The problem is a bit...
> > And your words that it was nothing more than an accident made me very sad. > > I'm sorry to hear that. I realize this is disappointing to...
@iMacTia , if it helps in any way, I am currently using the following workaround. ```ruby param! :date_from, Time, format: '%e.%m.%Y %H:%M:%S', transform: ->(date) { date.change(offset: Time.zone.formatted_offset) } ``` Then...