Method: Rails::ConsoleMethods.method_added
- Defined in:
- railties/lib/rails/console/methods.rb
.method_added(_method_name) ⇒ Object
10 11 12 13 |
# File 'railties/lib/rails/console/methods.rb', line 10 def self.method_added(_method_name) raise_deprecation_warning super end |