diff --git a/actiontext/lib/action_text/fixture_set.rb b/actiontext/lib/action_text/fixture_set.rb index db9fd3c2c5..b3641f457e 100644 --- a/actiontext/lib/action_text/fixture_set.rb +++ b/actiontext/lib/action_text/fixture_set.rb @@ -50,7 +50,7 @@ module ActionText # second_content: # record: second (Article) # name: content - # body:
Hello, <%= ActionText::FixtureSet.attachment("artcles", :first) %>
+ # body:
Hello, <%= ActionText::FixtureSet.attachment("articles", :first) %>
def self.attachment(fixture_set_name, label, column_type: :integer) signed_global_id = ActiveRecord::FixtureSet.signed_global_id fixture_set_name, label, column_type: column_type, for: ActionText::Attachable::LOCATOR_NAME