mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 06:09:38 +02:00
* Move Valuation to Account namespace * Move account history to controller * Clean up valuation controller and views * Translations and cleanup * Remove unused scopes and methods * Pass brakeman
5 lines
131 B
Ruby
5 lines
131 B
Ruby
class RenameValuationTable < ActiveRecord::Migration[7.2]
|
|
def change
|
|
rename_table :valuations, :account_valuations
|
|
end
|
|
end
|