Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class ArtInstallationsController < ApplicationController
  2.  
  3. def index
  4. @art_installations = ArtInstallation.all
  5. render 'art_installations/index'
  6. end
  7.  
  8. end
  9.  
  10. React.render( <App art_installations={@art_installations} />, document.body);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement