Method: Util#themes_dir

Defined in:
lib/util.rb

#themes_dirObject

获取m2m自带theme的目录



52
53
54
# File 'lib/util.rb', line 52

def themes_dir
    File::join(Pathname.new(File.dirname(__FILE__)), 'themes')
end