Sha256: 29f02bf0f7009b7327e3ae095ac8e80d90c566c8f97652d358c5ddf1e19fa227
Contents?: true
Size: 281 Bytes
Versions: 10
Compression:
Stored size: 281 Bytes
Contents
require 'action_controller/metal/exceptions' module VersionCake class UnsupportedVersionError < ::ActionController::RoutingError end class ObsoleteVersionError < ::ActionController::RoutingError end class MissingVersionError < ::ActionController::RoutingError end end
Version data entries
10 entries across 10 versions & 1 rubygems