Sha256: 805361a0237174644e95b174a47000bca2e583519c8d6f4622cf1dd192e9a509
Contents?: true
Size: 153 Bytes
Versions: 23
Compression:
Stored size: 153 Bytes
Contents
class ApplicationController < Voluntary::ApplicationController layout Proc.new { |controller| controller.request.xhr? ? 'facebox' : 'application' } end
Version data entries
23 entries across 21 versions & 1 rubygems