Sha256: 97d5c29ab9fd579fbc969749a5fc7974c6b454cd3674f136e9fca3dcf816d6bb
Contents?: true
Size: 501 Bytes
Versions: 74
Compression:
Stored size: 501 Bytes
Contents
Description: Stubs out a new helper. Pass the helper name, either CamelCased or under_scored. To create a helper within a module, specify the helper name as a path like 'parent_module/helper_name'. This generates a helper class in app/helpers and invokes the configured test framework. Example: `rails generate helper CreditCard` Credit card helper. Helper: app/helpers/credit_card_helper.rb Test: test/helpers/credit_card_helper_test.rb
Version data entries
74 entries across 74 versions & 4 rubygems