Module: BuntoRedirectFrom
- Defined in:
- lib/bunto-redirect-from.rb,
lib/bunto-redirect-from/version.rb,
lib/bunto-redirect-from/redirector.rb,
lib/bunto-redirect-from/redirect_page.rb
Defined Under Namespace
Classes: RedirectPage, Redirector
Constant Summary collapse
- VERSION =
"6.0.0"
Class Method Summary collapse
Class Method Details
.bunto_3? ⇒ Boolean
4 5 6 |
# File 'lib/bunto-redirect-from.rb', line 4 def self.bunto_3? @bunto_3 ||= (Bunto::VERSION >= '3.0.0') end |