Method: Upmin::Railties::RenderHelpers.build_attribute_path
- Defined in:
- lib/upmin/railties/render_helpers.rb
.build_attribute_path(partial) ⇒ Object
58 59 60 |
# File 'lib/upmin/railties/render_helpers.rb', line 58 def RenderHelpers.build_attribute_path(partial) return build_path("attributes", partial) end |