method

mattr_accessor

v2.3.8 - Show latest stable - Class: Module
mattr_accessor(*syms)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/module/attribute_accessors.rb, line 67
  def mattr_accessor(*syms)
    mattr_reader(*syms)
    mattr_writer(*syms)
  end