oops wrong name
This commit is contained in:
parent
222d31e435
commit
7c1b6e850d
4 changed files with 0 additions and 17 deletions
|
@ -1,2 +0,0 @@
|
|||
class CurrentWaySegmentController < ApplicationController
|
||||
end
|
|
@ -1,2 +0,0 @@
|
|||
module CurrentWaySegmentHelper
|
||||
end
|
|
@ -1,2 +0,0 @@
|
|||
class CurrentWaySegment < ActiveRecord::Base
|
||||
end
|
|
@ -1,11 +0,0 @@
|
|||
class CreateCurrentWaySegments < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :current_way_segments do |t|
|
||||
# t.column :name, :string
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :current_way_segments
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue