Skip to content

Commit

Permalink
Refs #29991 - Make VM an acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Aug 26, 2024
1 parent c64d802 commit 581d4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/initializers/inflections.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
inflect.acronym 'TFTP' # Trivial File Transfer Protocol
inflect.acronym 'UI' # User Interface
inflect.acronym 'URL' # Uniform Resource Locator
inflect.acronym 'VM' # Virtual Machine
inflect.acronym 'VRP' # Huawei VRP
inflect.acronym 'ZTP' # Zero Touch Provisioning

Expand Down
2 changes: 1 addition & 1 deletion db/migrate/20110801090318_add_vm_defaults_to_hostgroup.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddVmDefaultsToHostgroup < ActiveRecord::Migration[4.2]
class AddVMDefaultsToHostgroup < ActiveRecord::Migration[4.2]
def up
add_column :hostgroups, :vm_defaults, :text
end
Expand Down

0 comments on commit 581d4b8

Please sign in to comment.