Sha256: 350e1513d0ed278b528a75e66d1c1f62ec7cf9046a6d6b622fcf0e781d77e341

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 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 "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

4 entries across 4 versions & 2 rubygems

Version Path
aeonscope-btech_rest-0.5.0 rails_generators/ujs_setup/templates/README
aeonscope-btech_rest-0.5.2 rails_generators/ujs_setup/templates/README
aeonscope-btech_rest-0.5.3 rails_generators/ujs_setup/templates/README
aeonscope-rest-1.0.0 rails_generators/ujs_setup/templates/README