Method: View#path_for

Defined in:
lib/soks-view.rb

#path_for(klass, view) ⇒ Object



376
# File 'lib/soks-view.rb', line 376

def path_for( klass, view ) "#{view_folder}/#{klass}_#{view.downcase}.rhtml" end