Flowdock
method

fields_for_style?

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Parameters
fields_for_style?() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 632
      def fields_for_style?
        @parameters.all? { |k, v| k =~ /\A-?\d+\z/ && (v.is_a?(Hash) || v.is_a?(Parameters)) }
      end
Register or log in to add new notes.