Sha256: 928f703d3dff361c90e8d34324765280435e8dd0e14d4a41d6ee8457cc63a2f6
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
Description: The filter generator creates stubs for a new filter. The generator takes a model name as its argument. The model name may be given in CamelCase or under_score and should not be suffixed with 'Filter'. The generator creates a model class in app/filters and a test suite in test/unit/filters. Example: ./script/generate filter RDoc This will create a RDoc filter: Behavior: app/filters/r_doc_filter.rb Test: test/unit/filters/r_doc_filter_test.rb
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
radiant-0.5.0 | lib/generators/filter/USAGE |
radiant-0.5.1 | lib/generators/filter/USAGE |
radiant-0.5.2 | lib/generators/filter/USAGE |