projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove conditional for polyline layer
[rails.git]
/
app
/
views
/
api
/
user_preferences
/
_user_preference.xml.builder
1
attrs = {
2
"k" => user_preference.k,
3
"v" => user_preference.v
4
}
5
6
xml.preference(attrs)