makes models inherit from ApplicationRecord
This commit is contained in:
committed by
Julian Herrero
parent
1cec362ba7
commit
7ab602175a
@@ -1,5 +1,5 @@
|
||||
class Budget
|
||||
class Heading < ActiveRecord::Base
|
||||
class Heading < ApplicationRecord
|
||||
OSM_DISTRICT_LEVEL_ZOOM = 12.freeze
|
||||
|
||||
include Sluggable
|
||||
|
||||
Reference in New Issue
Block a user