Sha256: 584e4f0b158d7b238e0c4484a444b2b459002d01f4cba1eb3372a023380b456d

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

class SimpleForm::Themes::BulmaGenerator < Rails::Generators::NamedBase
  source_root File.expand_path('templates', __dir__)

  desc 'Copy Bulma configuration to your application'
  def copy_config
    template 'config/initializers/simple_form_bulma.rb'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_form-themes-0.3.0 lib/generators/simple_form/themes/bulma/bulma_generator.rb