• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Voice data server for navigation voice changer app.


Commit MetaInfo

修订版0f7fc7bf3a8a70d4aa5515c699d5a00e95ad5191 (tree)
时间2013-10-27 04:22:59
作者HMML <hmml3939@gmai...>
CommiterHMML

Log Message

Add disabled navi voice model to edit on rails_admin...

更改概述

差异

--- /dev/null
+++ b/app/models/disabled_navi_voice.rb
@@ -0,0 +1,3 @@
1+class DisabledNaviVoice < NaviVoice
2+ default_scope -> { where(disabled: true) }
3+end