• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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...

Change Summary

差異

--- /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