Module: Httpify

Extended by:
ActiveSupport::Concern
Defined in:
lib/httpify.rb,
lib/httpify/version.rb,
lib/httpify/httpifier.rb

Overview

Overview:

A small extension to ensure any variable that should return a url includes the correct http prefix


Usage:

require 'httpify'

class Link
  include Httpify
  httpify :url
end

Defined Under Namespace

Modules: ClassMethods Classes: Httpifier

Constant Summary collapse

VERSION =
"0.1.2"