class ActsAsBookable::InitializationError

Public Class Methods

new(model, message) click to toggle source
Calls superclass method
# File lib/acts_as_bookable.rb, line 24
def initialize model, message
  super "Error initializing acts_as_bookable on #{model.to_s} - " + message
end