projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/3554'
[rails.git]
/
test
/
factories
/
languages.rb
1
FactoryBot.define do
2
factory :language do
3
code { "en" }
4
english_name { "English" }
5
native_name { "English" }
6
end
7
end