module AssignsWithIndifferentAccessHelper
Public Instance Methods
assigns()
click to toggle source
Calls superclass method
# File lib/active_admin/view_helpers/assigns_with_indifferent_access_helper.rb, line 3 def assigns @assigns_with_indifferent_access_helper ||= HashWithIndifferentAccess.new(super) end