Flowdock
method

superclass_delegating_accessor

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: Class
superclass_delegating_accessor(*names) public

No documentation

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

Hide source
# File activesupport/lib/active_support/core_ext/class/delegating_attributes.rb, line 44
  def superclass_delegating_accessor(*names)
    superclass_delegating_reader(*names)
    superclass_delegating_writer(*names)
  end
Register or log in to add new notes.