class ActiveRecord::Acts::List::NoUpdate::DisparityClassesError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/acts_as_list/active_record/acts/no_update.rb, line 14 def initialize super("The first argument should contain ActiveRecord or ApplicationRecord classes") end