class ActiveRecord::Acts::List::NoUpdate::ArrayTypeError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/acts_as_list/active_record/acts/no_update.rb, line 12 def initialize super("The first argument must be an array") end