Sha256: 1ed77ded04aa23856f793bc1d66c1560966dfae92d943c4dec2a9e66dd69b274

Contents?: true

Size: 214 Bytes

Versions: 6

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true

module Phlex::Rails::Helpers::CollectionSelect
	extend Phlex::Rails::HelperMacros

	# @!method collection_select(...)
	# 	@return [nil]
	register_output_helper :collection_select
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phlex-rails-2.0.0.rc1 lib/phlex/rails/helpers/collection_select.rb
phlex-rails-1.2.2 lib/phlex/rails/helpers/collection_select.rb
phlex-rails-2.0.0.beta2 lib/phlex/rails/helpers/collection_select.rb
phlex-rails-2.0.0.beta1 lib/phlex/rails/helpers/collection_select.rb
phlex-rails-1.2.1 lib/phlex/rails/helpers/collection_select.rb
phlex-rails-1.2.0 lib/phlex/rails/helpers/collection_select.rb