Class: ExampleSocialCardPreview

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/social_construct/install/templates/example_social_card_preview.rb

Instance Method Summary collapse

Instance Method Details

#defaultObject



2
3
4
5
6
7
# File 'lib/generators/social_construct/install/templates/example_social_card_preview.rb', line 2

def default
  ExampleSocialCard.new(
    title: "Welcome to SocialConstruct",
    subtitle: "Beautiful social cards for your Rails app"
  )
end