We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02811fe commit 4b681bdCopy full SHA for 4b681bd
actiontext/lib/action_text/fixture_set.rb
@@ -50,7 +50,7 @@ class FixtureSet
50
# second_content:
51
# record: second (Article)
52
# name: content
53
- # body: <div>Hello, <%= ActionText::FixtureSet.attachment("artcles", :first) %></div>
+ # body: <div>Hello, <%= ActionText::FixtureSet.attachment("articles", :first) %></div>
54
def self.attachment(fixture_set_name, label, column_type: :integer)
55
signed_global_id = ActiveRecord::FixtureSet.signed_global_id fixture_set_name, label,
56
column_type: column_type, for: ActionText::Attachable::LOCATOR_NAME
0 commit comments