Method: Rails::Generators::PluginGenerator#update_gemfile

Defined in:
railties/lib/rails/generators/rails/plugin/plugin_generator.rb

#update_gemfileObject



298
299
300
# File 'railties/lib/rails/generators/rails/plugin/plugin_generator.rb', line 298

def update_gemfile
  build(:gemfile_entry) unless options[:skip_gemfile_entry]
end