Sha256: 316eb324bc9d70444bc309916aa369970cc9029dafc4e4679e56338a05dbe416

Contents?: true

Size: 91 Bytes

Versions: 5

Compression:

Stored size: 91 Bytes

Contents

module TodosHelper
  def todos_filter_class
    "filtered " + current_filter.to_s
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 examples/todomvc-rails/app/helpers/todos_helper.rb
half-pipe-0.3.0.beta.1 examples/todomvc-rails/app/helpers/todos_helper.rb
half-pipe-0.3.0.alpha.5 examples/todomvc-rails/app/helpers/todos_helper.rb
half-pipe-0.3.0.alpha.4 examples/todomvc-rails/app/helpers/todos_helper.rb
half-pipe-0.3.0.alpha.3 examples/todomvc-rails/app/helpers/todos_helper.rb