Closed adomokos closed 8 years ago
Just one thought, we're now mixing single and double quotes, any rule here?
Good point, I would have expected Rubocop warning about that. All the requires in lib/light_service.rb
are using single quotes, I just followed that.
We should be using double quotes only when string interpolation is needed. I'll see how I could tweak Rubocop to warn about that. Thanks!
I suspect auto-require of AS deprecation has been removed from the project, even Rails requires it in files it is using it.
Closes #86