Sha256: 2c454690778d81d83cbcfcb6903f991629b7c1fb59aa5e3e9c0ce57a3d5ca1c5

Contents?: true

Size: 262 Bytes

Versions: 25

Compression:

Stored size: 262 Bytes

Contents

<% if @custom.valid? %>
  SocialStream.RelationCustom.create({
    relation: {
      id:   <%= @custom.id %>,
      html: "<%= j render(@custom) %>"
    }
  });
<% else %>
  SocialStream.Flash.error('<%= @custom.errors.full_messages.to_sentence %>');
<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/relation/customs/create.js.erb
social_stream-base-2.2.2 app/views/relation/customs/create.js.erb
social_stream-2.2.1 base/app/views/relation/customs/create.js.erb
social_stream-base-2.2.1 app/views/relation/customs/create.js.erb
social_stream-2.2.0 base/app/views/relation/customs/create.js.erb
social_stream-base-2.2.0 app/views/relation/customs/create.js.erb
social_stream-2.1.1 base/app/views/relation/customs/create.js.erb
social_stream-2.1.0 base/app/views/relation/customs/create.js.erb
social_stream-base-2.1.0 app/views/relation/customs/create.js.erb
social_stream-2.0.4 base/app/views/relation/customs/create.js.erb
social_stream-base-2.0.4 app/views/relation/customs/create.js.erb
social_stream-2.0.3 base/app/views/relation/customs/create.js.erb
social_stream-base-2.0.3 app/views/relation/customs/create.js.erb
social_stream-2.0.2 base/app/views/relation/customs/create.js.erb
social_stream-base-2.0.2 app/views/relation/customs/create.js.erb
social_stream-2.0.1 base/app/views/relation/customs/create.js.erb
social_stream-base-2.0.1 app/views/relation/customs/create.js.erb
social_stream-2.0.0 base/app/views/relation/customs/create.js.erb
social_stream-base-2.0.0 app/views/relation/customs/create.js.erb
social_stream-2.0.0.beta3 base/app/views/relation/customs/create.js.erb