Sha256: 742f1a0181243f4220c1bf79f54a788949ec4529fcf5efd6e35b8d4ab254c6ff
Contents?: true
Size: 417 Bytes
Versions: 29
Compression:
Stored size: 417 Bytes
Contents
class Views::HelpersSystemSpec::BuiltInOutputtingHelpers < Fortitude::Widgets::Html5 def content # ActionView::Helpers::TextHelpers actually contains the only set of outputting helpers that # are built in to Rails... div(:class => "concat_container") do concat "this is concatted" end div(:class => "safe_concat_container") do safe_concat "this is safe_concatted" end end end
Version data entries
29 entries across 29 versions & 1 rubygems