thoughtbot/superglue

Remove mobile option

Closed this issue · 0 comments

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.

<%- if options[:platform] == 'mobile' -%>