Sha256: d538710e265a62773ded5a262db76dd0dab80ab5399361e287f351e7c0e03934

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

Tasks You Need to Complete:
    1.  Update your layouts/application.html.erb as follows:

        <%= javascript_include_tag "jquery" %>
        <%= javascript_include_tag "jquery-ui" %>
        <%= javascript_include_tag "jquery.rest" %>
        <%= javascript_include_tag "ujs" %>

    2.  Add the following to the very bottom of your config/routes.rb file:

        # Defaults
        map.connect ":controller/:action/.:format"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aeonscope-rest-1.1.0 rails_generators/rest_setup/templates/README