diaspora/app/controllers/help_controller.rb
2014-07-01 05:56:49 -03:00

4 lines
187 B
Ruby

class HelpController < ApplicationController
before_filter -> { @css_framework = :bootstrap }
layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }
end