lib/galakei/helper_methods.rb in galakei-0.5.1 vs lib/galakei/helper_methods.rb in galakei-0.6.0

- old
+ new

@@ -1,11 +1,11 @@ module Galakei module HelperMethods + include ActionView::Helpers::RawOutputHelper def self.included(klass) klass.helper_method :galakei? klass.helper_method :emoji_table - end - + end protected def galakei? request.galakei? end