可以在Rails控制台中访问但不在Rails模型中访问的类方法

时间:2016-10-31 17:21:38

标签: ruby-on-rails ruby-on-rails-3

我安装了rinku gem https://github.com/vmg/rinku

我可以:

rails c

并执行如下命令: Rinku.auto_link('This is some text with link: http://hello.com', mode=:all, 'target="_blank"', skip_tags=nil)就在控制台中。

但同样的命令在after_save

中的class Post < ActiveRecord::Base中无效

uninitialized constant Post::Rinku

如何在Post after_save过滤器中访问Rinku中的类方法?

0 个答案:

没有答案