Skip to content

Commit

Permalink
Merge pull request #152 from eugeniecln1/tech
Browse files Browse the repository at this point in the history
forgotten ,
  • Loading branch information
eugeniecln1 authored Jun 13, 2019
2 parents 315a923 + b5e164b commit e38ce06
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 e38ce06

Please sign in to comment.