MiraitSystems/enju_trunk

View on GitHub
app/helpers/keycodes_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module KeycodesHelper
  # 収集ステータス
  def use_collection_status_code_key
    return "collection_status_code"
  end

  # 収集形式
  def use_collection_form_code_key
    return "collection_form_code"
  end
end