Skip to content

Commit

Permalink
add support for json and yaml cc @jasnow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 22, 2023
1 parent cce8794 commit b8827b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Project < ApplicationRecord
'Eiffel', 'Elixir', 'Elm', 'Emacs Lisp', 'Erlang', 'F#',
'Factor', 'Fancy', 'Fantom', 'Forth', 'FORTRAN', 'Go', 'Gosu',
'Groovy', 'Haskell', 'Haxe', 'HTML', 'Io', 'Ioke', 'J', 'Java',
'JavaScript', 'Julia', 'Kotlin', 'Lasso', 'LiveScript', 'Logos',
'JavaScript', 'JSON', 'Julia', 'Kotlin', 'Lasso', 'LiveScript', 'Logos',
'Logtalk', 'Lua', 'M', 'Markdown', 'Matlab', 'Max', 'Mirah',
'Monkey', 'MoonScript', 'Nemerle', 'Nimrod', 'Nu',
'Objective-C', 'Objective-J', 'OCaml', 'Omgrofl', 'ooc', 'Opa',
Expand All @@ -18,7 +18,7 @@ class Project < ApplicationRecord
'Self', 'Shell', 'Slash', 'Smalltalk', 'Squirrel',
'Standard ML', 'SuperCollider', 'SVG', 'Swift', 'Tcl', 'TeX', 'Turing', 'TXL',
'TypeScript', 'Vala', 'Verilog', 'VHDL', 'VimL', 'Visual Basic',
'Volt', 'wisp', 'XC', 'XML', 'XProc', 'XQuery', 'XSLT', 'Xtend']
'Volt', 'wisp', 'XC', 'XML', 'XProc', 'XQuery', 'XSLT', 'Xtend', 'YAML']

has_many :project_labels
has_many :labels, through: :project_labels
Expand Down

0 comments on commit b8827b6

Please sign in to comment.