Method: Frails#components_path

Defined in:
lib/frails.rb

#components_pathObject



51
52
53
# File 'lib/frails.rb', line 51

def components_path
  @components_path ||= Rails.root.join('app', 'components')
end