Method: SimpleFormExtension::Generators::InstallGenerator#add_custom_redactor_gem

Defined in:
lib/generators/simple_form_extension/install_generator.rb

#add_custom_redactor_gemObject



16
17
18
# File 'lib/generators/simple_form_extension/install_generator.rb', line 16

def add_custom_redactor_gem
  gem 'redactor-rails', github: 'glyph-fr/redactor-rails'
end