Module: RailsAiTag::Helpers::AiImageHelper
- Defined in:
- lib/rails_ai_tag/helpers/ai_image_helper.rb
Instance Method Summary collapse
Instance Method Details
#ai_image_tag(description, **options) ⇒ Object
7 8 9 10 |
# File 'lib/rails_ai_tag/helpers/ai_image_helper.rb', line 7 def ai_image_tag(description, **) image_url = generate_image(description) image_tag(image_url, alt: description, **) end |