Sha256: 6c683bcf12241c289ac5ba5a8dcc20089b79c08a8a548c449cd261547bcec3c2

Contents?: true

Size: 461 Bytes

Versions: 3

Compression:

Stored size: 461 Bytes

Contents

Overview
	REST setup is complete.

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 "ujs" %>
        <%= javascript_include_tag "rest" %>

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aeonscope-btech_rest-0.4.1 rails_generators/rest_setup/templates/README
aeonscope-btech_rest-0.4.2 rails_generators/rest_setup/templates/README
aeonscope-btech_rest-0.4.4 rails_generators/rest_setup/templates/README