mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Require NameError#missing_name? from ActiveSupport
This commit is contained in:
parent
f5f27243c3
commit
9bd86b982a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ require 'active_model/serializers/xml'
|
|||
require 'active_support/inflector'
|
||||
require 'active_support/core_ext/hash/keys'
|
||||
require 'active_support/core_ext/hash/reverse_merge'
|
||||
require 'active_support/core_ext/name_error'
|
||||
|
||||
require 'draper/version'
|
||||
require 'draper/view_helpers'
|
||||
|
|
Loading…
Add table
Reference in a new issue