Module: HayaSelectHelpers

Defined in:
lib/haya_select_helpers.rb,
lib/haya_select_helpers/engine.rb,
lib/haya_select_helpers/version.rb,
app/models/haya_select_helpers/application_record.rb,
app/controllers/haya_select_helpers/application_controller.rb

Defined Under Namespace

Classes: ApplicationController, ApplicationRecord, Engine

Constant Summary collapse

VERSION =
"0.0.5"

Instance Method Summary collapse

Instance Method Details

#haya_select(id) ⇒ Object



6
7
8
# File 'lib/haya_select_helpers.rb', line 6

def haya_select(id)
  HayaSelect.new(id: id, scope: self)
end