class ParamsWrapperTest::User
Public Class Methods
attribute_names()
click to toggle source
# File actionpack/test/controller/params_wrapper_test.rb, line 34 def self.attribute_names [] end
stored_attributes()
click to toggle source
# File actionpack/test/controller/params_wrapper_test.rb, line 38 def self.stored_attributes { settings: [:color, :size] } end