Module: Brocade

Defined in:
lib/brocade/has_barcode.rb,
lib/brocade/version.rb

Overview

A way of managing barcodes based closely on Thoughtbot’s Paperclip. It consists of two parts: barcode creation and file management. Currently the file management is DIY but it might be better to delegate to Paperclip.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary collapse

VERSION =
'1.3.0'

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/brocade/has_barcode.rb', line 11

def self.included(base)
  base.send :extend, ClassMethods
end