responsive_checks.rb 159 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module ResponsiveChecks def theme_responsive? @theme_responsive = theme_option 'responsive' if @theme_responsive.nil? @theme_responsive end end