views:

41

answers:

1

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.

+1  A: 

What do you expect from such helper? Just use existing content_tag or tag helper.

gertas