class GettextSimpleRails::SimpleFormDetector def simple_form_detected? if ::Kernel.const_defined?("SimpleForm") return true end return false end end