mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Some tests for invoice binding
This commit is contained in:
parent
e678e655da
commit
57d23976c7
19 changed files with 206 additions and 25 deletions
5
db/migrate/20150414124630_fix_account_activities_name.rb
Normal file
5
db/migrate/20150414124630_fix_account_activities_name.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class FixAccountActivitiesName < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :account_activites, :account_activities
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue