method
insert
rails latest stable - Class:
ActionView::PathSet
insert(index, obj)public
No documentation available.
# File actionpack/lib/action_view/paths.rb, line 27
def insert(index, obj)
super(index, self.class.type_cast(obj))
end