Sha256: 22013939d4310497a2a0373c417efe90a79257f4cd2900cf5ee2ea14e7bf3a82

Contents?: true

Size: 428 Bytes

Versions: 8

Compression:

Stored size: 428 Bytes

Contents

#encoding: utf-8
module UsersHelper
  def height_collection
    [
      %{5' 1"} ,
      %{5' 2"} ,
      %{5' 3"} ,
      %{5' 4"} ,
      %{5' 5"} ,
      %{5' 6"} ,
      %{5' 7"} ,
      %{5' 8"} ,
      %{5' 9"} ,
      %{5' 10"},
      %{5' 11"},
      %{6' 0"} ,
      %{6' 1"} ,
      %{6' 2"} ,
      %{6' 3"} ,
      %{6' 4"} ,
      %{6' 5"} ,
      %{6' 6"}
    ]
  end

  def bb(value)
    "#{value} €"
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
very_best_in_place-2.0.3 test_app/app/helpers/users_helper.rb
crest_in_place-2.2.0 test_app/app/helpers/users_helper.rb
best_in_place-2.1.0 test_app/app/helpers/users_helper.rb
best_in_place-2.0.3 test_app/app/helpers/users_helper.rb
best_in_place-2.0.2 test_app/app/helpers/users_helper.rb
best_in_place-2.0.1 test_app/app/helpers/users_helper.rb
best_in_place-2.0.0 test_app/app/helpers/users_helper.rb
best_in_place-1.1.3 test_app/app/helpers/users_helper.rb