diff options
author | rizwanreza <rizwanreza@gmail.com> | 2009-08-08 22:21:25 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-08-08 22:21:32 +0100 |
commit | 5786395760f1e1906c878df4023cac3741e66e87 (patch) | |
tree | a85a8c2dd8c5a3803103c52d1b04d7f0e6801025 /railties/lib/generators/test_unit/plugin/templates/test_helper.rb | |
parent | 761283ffdb5750f8a38e2ed67891d2b2b9152d7f (diff) | |
download | rails-5786395760f1e1906c878df4023cac3741e66e87.tar.gz rails-5786395760f1e1906c878df4023cac3741e66e87.tar.bz2 rails-5786395760f1e1906c878df4023cac3741e66e87.zip |
Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza, Nick Quaranto]
Example:
content_tag('p', "limelight", :class => ["song", "play"])
# => <p class="song play">limelight</p>
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'railties/lib/generators/test_unit/plugin/templates/test_helper.rb')
0 files changed, 0 insertions, 0 deletions