Module: IrHelper::ViewHelper

Defined in:
app/helpers/ir_helper/view_helper.rb

Overview

Series of view helpers building url strings for image-resizer endpoints

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
# File 'app/helpers/ir_helper/view_helper.rb', line 6

def self.included(base)
  base.class_eval do
    include ::IrHelper::Helper
  end
end