-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "(Fix) Replace OpenStruct with a plain Struct to solve loading…
… issue" This reverts commit 5f3b67d. This is now fixed generally by requiring OpenStruct in the main `application.rb` file: ``` require "ostruct" ```
- Loading branch information
Showing
2 changed files
with
1 addition
and
6 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 |
---|---|---|
|
@@ -26,9 +26,5 @@ module Teamable | |
def regional_teams | ||
REGIONAL_TEAMS.values | ||
end | ||
|
||
def user_teams | ||
USER_TEAMS.values | ||
end | ||
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