Skip to content
  • Sean Doyle's avatar
    76b33aa3
    Add ActionText::FixtureSet.attachment · 76b33aa3
    Sean Doyle authored
    Permit generating rich-text attachment markup in YAML fixtures:
    
        hello_world_review_content:
          record: hello_world (Review)
          name: content
          body: <p><%= ActionText::FixtureSet.attachment("messages", :hello_world) %> is great!</p>
    76b33aa3
    Add ActionText::FixtureSet.attachment
    Sean Doyle authored
    Permit generating rich-text attachment markup in YAML fixtures:
    
        hello_world_review_content:
          record: hello_world (Review)
          name: content
          body: <p><%= ActionText::FixtureSet.attachment("messages", :hello_world) %> is great!</p>
Loading