Sha256: f3e760450d783975fb7d2821b0991ebb4685c2c5c176bc1c0a7f7febac1fc646
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. // $(document).ready(function(){ // $("#new_post").validate({ // rules: { // title: "required", // description: "required", // created_by: "required", // }, // messages: { // title: "Please enter title", // description: "Please enter description", // created_by: "Please enter create_by", // }, // }); // });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
form_creation-0.1.0 | app/assets/javascripts/form_creation/posts.js |
form_creation-0.0.9 | app/assets/javascripts/form_creation/posts.js |