Removed not needed comment.
This commit is contained in:
parent
7cc29d6b94
commit
0ecad4aaa8
2 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,6 @@ class _Singleton extends Spine.Module
|
||||||
|
|
||||||
constructor: ->
|
constructor: ->
|
||||||
@clear()
|
@clear()
|
||||||
# @log = App.LogModule
|
|
||||||
|
|
||||||
clear: ->
|
clear: ->
|
||||||
@data = {}
|
@data = {}
|
||||||
|
|
7
db/migrate/20121113074845_ticket_organization.rb
Normal file
7
db/migrate/20121113074845_ticket_organization.rb
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
class TicketOrganization < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue