Class: ActiveRecordMigrationUi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record_migration_ui.rb

Instance Attribute Summary collapse

Instance Attribute Details

#webpacker_hostObject

Host where is running webpacker (Useful while developing) It sets the ‘:host` attribute of the `javascript_pack_tag` helper.



61
62
63
# File 'lib/active_record_migration_ui.rb', line 61

def webpacker_host
  @webpacker_host
end