Is there any helper for Iframe in Rails ??
*EDIT:*I have a link which redirects to a remote website , i need to get the COntent from that website and store in my application is this possible , I dont need a browser extension or plugin.
Is there any helper for Iframe in Rails ??
*EDIT:*I have a link which redirects to a remote website , i need to get the COntent from that website and store in my application is this possible , I dont need a browser extension or plugin.
What do you expect from such helper? Just use existing content_tag or tag
helper.