thoughtbot / superglue

A productive library for Classic Rails, React and Redux
https://thoughtbot.github.io/superglue/
MIT License
327 stars 8 forks source link

Remove mobile option #51

Closed jho406 closed 3 weeks ago

jho406 commented 2 months ago

There's a line in the controller generator that checks for a mobile option. This option is no longer used, and we're not currently targeting mobile. Lets remove the branch of logic.

https://github.com/thoughtbot/superglue/blob/4ef9401d83ca13b8dce2fb54f1de874ef6974638/superglue_rails/lib/generators/rails/templates/controller.rb.tt#L32