Module: BootstrapLeather::GridHelper

Included in:
ApplicationHelper
Defined in:
app/helpers/bootstrap_leather/grid_helper.rb

Overview

Helpers to interact with the grid

Instance Method Summary collapse

Instance Method Details

#column_class(device_class, column_width) ⇒ Object



6
7
8
# File 'app/helpers/bootstrap_leather/grid_helper.rb', line 6

def column_class(device_class, column_width)
  'col-' + device_class + '-' + column_width.to_s
end