Created
August 9, 2013 02:16
-
-
Save sakuemon/6190644 to your computer and use it in GitHub Desktop.
クラス名の文字列からインスタンスを生成 with ActiveSupport ref: http://qiita.com/sakuemon@github/items/5c34ab2aa93dafadb8ef
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class_name.camelize.constantize.new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment