• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Never give up


Commit MetaInfo

Revision0f7fc7bf3a8a70d4aa5515c699d5a00e95ad5191 (tree)
Zeit2013-10-27 04:22:59
AutorHMML <hmml3939@gmai...>
CommiterHMML

Log Message

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

Ändern Zusammenfassung

Diff

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