Activity
I can't seem to get this to work. I just get: undefined method 'local_time'.
Do you know if there's a problem with this gem and Rails 5.2? I can see the Gem is installed and in the asset pipeline.
Do you know if there's a problem with this gem and Rails 5.2? I can see the Gem is installed and in the asset pipeline.
What's the difference with this approach using middleware, and simply taking accounts out of the path in routes?
resources :accounts, path: '', except: [:index] do resources: projects end
(newbie question)