Sha256: f6e3aaa299b983f1a4a30e8fb81657324ad5a54bf0e77d92d7400e0176c6538d

Contents?: true

Size: 156 Bytes

Versions: 9

Compression:

Stored size: 156 Bytes

Contents

module SimpleHelpers
  module Helpers
    ACTION_ALIASES = {
      "create" => "new",
      "update" => "edit",
      "remove" => "destroy"
    }
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
simple_helpers-2.0.1 lib/simple_helpers/helpers.rb
simple_helpers-2.0.0 lib/simple_helpers/helpers.rb
simple_helpers-2.0.0.beta lib/simple_helpers/helpers.rb
simple_helpers-1.0.0 lib/simple_helpers/helpers.rb
simple_helpers-0.0.5 lib/simple_helpers/helpers.rb
simple_helpers-0.0.4 lib/simple_helpers/helpers.rb
simple_helpers-0.0.3 lib/simple_helpers/helpers.rb
simple_helpers-0.0.2 lib/simple_helpers/helpers.rb
simple_helpers-0.0.1 lib/simple_helpers/helpers.rb