aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorFumiaki MATSUSHIMA <mtsmfm@gmail.com>2017-02-01 00:06:51 +0900
committerFumiaki MATSUSHIMA <mtsmfm@gmail.com>2017-02-01 00:12:53 +0900
commitd2306900bc1c2b742ea2b29d2bf120d0e9a9407e (patch)
tree327f03d873d6540f76269d718f7fb0f7c361935d /activerecord
parentaf05f272914b3c33ae69b76ffd67897e96c60c48 (diff)
downloadrails-d2306900bc1c2b742ea2b29d2bf120d0e9a9407e.tar.gz
rails-d2306900bc1c2b742ea2b29d2bf120d0e9a9407e.tar.bz2
rails-d2306900bc1c2b742ea2b29d2bf120d0e9a9407e.zip
Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`
There are some classes inherit from `ActionView::Template::Handlers::Erubis`. (ex. https://github.com/haml/haml/blob/4.0.7/lib/haml/helpers/safe_erubis_template.rb#L3) ``` Class.new(ActionView::Template::Handlers::Erubis) # => TypeError: superclass must be a Class (ActiveSupport::Deprecation::DeprecatedConstantProxy given) ```
Diffstat (limited to 'activerecord')
0 files changed, 0 insertions, 0 deletions