devnacho / mountain_view

Living styleguide for Rails
MIT License
273 stars 29 forks source link

Alias render_component to a shorter name #66

Closed diegotoral closed 6 years ago

diegotoral commented 6 years ago

I have issues with long lines so what you guys think of aliasing render_component to a shorter method name?

Rails itself offers alias for some of it's helpers.

Other gems also include shorter alias for helpers.

kitop commented 6 years ago

Hi @diegotoral, thanks for the comment!

What would you suggest as the shorthand alias?

diegotoral commented 6 years ago

I'm currently using rc on a project.

kitop commented 6 years ago

Added and released in v0.13.0. Thanks!!