Module: ModelExtensions::BarcodePrinter

Defined in:
app/api/model_extensions/barcode_printer.rb

Overview

TODO:

Delete this file. It doesn’t even appear to be included in BarcodePrinter

Note:

JG: I believe this file can just be deleted. Only reason I’m not doing it now is to try and keep this branch almost exclusively documentation related.

Was used to extend BarcodePrinter with methods which were supposed to be specific to the V1 API. Now redundant

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
11
12
# File 'app/api/model_extensions/barcode_printer.rb', line 8

def self.included(base)
  base.class_eval do
    # TODO: Add an associations or named_scopes required
  end
end