Skip to content

Commit

Permalink
forgotten ,
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeniecln1 committed Jun 13, 2019
1 parent 5178aeb commit b5e164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/role_model.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RoleModel < ApplicationRecord
SECTOR = ["Physics", "Chemistry", "Law", "Politics" "Tech", "Music", "Acting", "Film Directing", "Production", "Animation", "Fictional", "Writing", "Artist", "Programming", "Mathematics", "Environment", "Sports", "Business", "Entrepreneurship", "Entertainment"]
SECTOR = ["Physics", "Chemistry", "Law", "Politics", "Tech", "Music", "Acting", "Film Directing", "Production", "Animation", "Fictional", "Writing", "Artist", "Programming", "Mathematics", "Environment", "Sports", "Business", "Entrepreneurship", "Entertainment"]
GENDER = ["Male", "Female", "Other"]
has_many :challenges
has_many :bookmarkeds, dependent: :destroy
Expand Down

0 comments on commit b5e164b

Please sign in to comment.