Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active December 17, 2015 15:59
Show Gist options
  • Save is8r/5635624 to your computer and use it in GitHub Desktop.
Save is8r/5635624 to your computer and use it in GitHub Desktop.
コントローラなどからヘルパーメソッドを呼ぶ
#クラスレベルやモデルクラス内
ApplicationController.helpers.xxx(@xxx)
#インスタンスメソッド内
self.class.helpers.xxx(@xxx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment