Uncategorized

rails wonderful content_tag method for easy html markup

I always hate to write basic HTML tags in view files as they areĀ  much more complex to write and the angle brackets with close/open HTML tags make the readability very worst. I became much happy when i come to know that rails is providing wonderful ‘content_tag’ method by default for clean and easy HTML [...]