标签: ruby-on-rails
如何使用位于应用程序控制器中的方法,即
def some_method(a, b)
我想在我在lib / my_class中创建的类中使用它。 所以我想在my_class中写:
some_method("blah", "foo")