Exception: Alchemy::UnsupportedPageVersion

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alchemy/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



84
85
86
# File 'lib/alchemy/errors.rb', line 84

def message
  "Unknown Version! Please use one of #{Alchemy::EagerLoading::PAGE_VERSIONS.join(", ")}"
end