lib/yaks/resource/form.rb in yaks-0.11.0 vs lib/yaks/resource/form.rb in yaks-0.12.0

- old
+ new

@@ -16,10 +16,10 @@ def method?(meth) !method.nil? && method.downcase.to_sym == meth.downcase.to_sym end - def has_action? # rubocop:disable Style/PredicateName + def has_action? # rubocop:disable Style/PredicateName !action.nil? end end end end