Sha256: 76c59e07590668e1fb477584a3cb6312d490634f008f1381811f790ba861d45f
Contents?: true
Size: 275 Bytes
Versions: 8
Compression:
Stored size: 275 Bytes
Contents
// This is a very handy place to put any initial logic // For example, choosing your adapter <% if rack_app? %> o_O.model.adapter = o_O.rest; o_O.config.authenticity_token = $('meta[name=csrf-token]').attr('content') <% else %> o_O.model.adapter = o_O.localstorage; <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems