-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df70d65
commit 6a33cd4
Showing
5 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
class Address < ApplicationRecord | ||
extend ActiveHash::Associations::ActiveRecordExtensions | ||
|
||
include Addresses::Base | ||
# π add concerns above. | ||
|
||
# π add belongs_to associations above. | ||
|
||
# π add has_many associations above. | ||
|
||
# π add oauth providers above. | ||
|
||
# π add has_one associations above. | ||
|
||
# π add scopes above. | ||
|
||
# π add validations above. | ||
|
||
# π add callbacks above. | ||
|
||
# π add delegations above. | ||
|
||
# π add methods above. | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
class Addresses::Continent < ApplicationHash | ||
include Addresses::Continents::Base | ||
# π add concerns above. | ||
|
||
# π add belongs_to associations above. | ||
|
||
# π add has_many associations above. | ||
|
||
# π add oauth providers above. | ||
|
||
# π add has_one associations above. | ||
|
||
# π add scopes above. | ||
|
||
# π add validations above. | ||
|
||
# π add callbacks above. | ||
|
||
# π add delegations above. | ||
|
||
# π add methods above. | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
class Addresses::Region < ApplicationHash | ||
include Addresses::Regions::Base | ||
# π add concerns above. | ||
|
||
# π add belongs_to associations above. | ||
|
||
# π add has_many associations above. | ||
|
||
# π add oauth providers above. | ||
|
||
# π add has_one associations above. | ||
|
||
# π add scopes above. | ||
|
||
# π add validations above. | ||
|
||
# π add callbacks above. | ||
|
||
# π add delegations above. | ||
|
||
# π add methods above. | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
class Addresses::Subcontinent < ApplicationHash | ||
include Addresses::Subcontinents::Base | ||
# π add concerns above. | ||
|
||
# π add belongs_to associations above. | ||
|
||
# π add has_many associations above. | ||
|
||
# π add oauth providers above. | ||
|
||
# π add has_one associations above. | ||
|
||
# π add scopes above. | ||
|
||
# π add validations above. | ||
|
||
# π add callbacks above. | ||
|
||
# π add delegations above. | ||
|
||
# π add methods above. | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters